projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5593045
)
Change download source for OpenSSL
author
Alex Crichton
<alex@alexcrichton.com>
Wed, 17 Aug 2016 17:56:43 +0000
(10:56 -0700)
committer
Alex Crichton
<alex@alexcrichton.com>
Wed, 17 Aug 2016 17:56:43 +0000
(10:56 -0700)
Apparently they now redirect openssl.org to www.openssl.org
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 45f4dab6baa7f0669ce01e347172f05870f2d5c9..d8093de5e8e1aab727dd93a5b58846de130d8e3a 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-242,7
+242,7
@@
endef
$(foreach target,$(CFG_TARGET),$(eval $(call BUILD_OPENSSL,$(target))))
target/openssl/openssl-$(OPENSSL_VERS).tar.gz: | target/openssl/
- curl -o $(@) https://openssl.org/source/openssl-$(OPENSSL_VERS).tar.gz
+ curl -o $(@) https://
www.
openssl.org/source/openssl-$(OPENSSL_VERS).tar.gz
sha256sum $(@) > $(@).sha256
test $(OPENSSL_SHA256) = `cut -d ' ' -f 1 $(@).sha256`